home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue39 / userint / DockForm.dfm / DockForm.txt
Encoding:
Text File  |  1998-08-06  |  628 b   |  33 lines

  1. object DockableForm: TDockableForm
  2.   Left = 185
  3.   Top = 332
  4.   Width = 397
  5.   Height = 241
  6.   Caption = 'DockableForm'
  7.   Color = clBtnFace
  8.   DockSite = True
  9.   DragKind = dkDock
  10.   DragMode = dmAutomatic
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnDockOver = FormDockOver
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Memo1: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 389
  26.     Height = 214
  27.     Align = alClient
  28.     Lines.Strings = (
  29.       'Memo1')
  30.     TabOrder = 0
  31.   end
  32. end
  33.